定义在 id='start_date' 或 id='end_date' 列中日期的显示方式
date | Date | 需要格式化的日期 |
Available only in PRO Edition
scheduler.templates.grid_single_date = function(date){
return scheduler.templates.day_date(date)+" "+this.event_date(date);
};
该模板在启用 grid_view 插件时生效。